Docs: Mention that shadow type is a lie
authorMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 04:16:04 +0000 (00:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 10 Jul 2014 04:16:04 +0000 (00:16 -0400)
As requested here:
https://bugzilla.gnome.org/show_bug.cgi?id=659926#c2

gtk/gtkenums.h

index 3c9bd121fad4cbf9a9cf8c9bd472b93f9ddf1f67..aa893d6b402e1f9ac9bbe283c2d547a1415ce93d 100644 (file)
@@ -467,6 +467,10 @@ typedef enum
  * @GTK_SHADOW_ETCHED_OUT: The outline has a raised 3d appearance.
  *
  * Used to change the appearance of an outline typically provided by a #GtkFrame.
+ *
+ * Note that many themes do not differentiate the appearance of the
+ * various shadow types: Either their is no visible shadow (@GTK_SHADOW_NONE),
+ * or there is (any other value).
  */
 typedef enum
 {